home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / bbsfind1.zip / WHERE44A.ZIP / HISTORY.DOC next >
Text File  |  1990-12-18  |  11KB  |  223 lines

  1.  
  2.                         WhereIs History of Changes
  3.                         --------------------------
  4.  
  5.  
  6.      v4.4a      o  WhereIs now has the ability to search for COM and
  7.                    EXE files that have been compressed with PK-Ware's
  8.                    new PKLite program.  Since only .EXE and .COM files
  9.                    will be "included" if you specify the "-PKLITE"
  10.                    switch, you can greatly speed up the search time by
  11.                    doing a command line like this:
  12.  
  13.                             WhereIs *.com *.exe -pklite
  14.  
  15.                    You can still do all commands on found files; so, for
  16.                    example, you could un-pklite all PKLite'd files on
  17.                    your drive with the following command:
  18.  
  19.                             WhereIs *.com -pklite -c"pklite -x &f"
  20.  
  21.  
  22.      v4.3a      o  Evidently, v4.2 of WhereIs brought out a bug in
  23.                    the Turbo C++ v1.01 compiler.  I had a lot of reports
  24.                    from people about WhereIs "locking up" in strange
  25.                    ways.  One person told me he kept getting "Divide
  26.                    by zero" errors, and WhereIs doesn't even HAVE a
  27.                    division statement in it anywhere.   Anyway, I
  28.                    found one situation where I could lock up the
  29.                    machine every time; when I compiled the exact code
  30.                    under the old Turbo C 2.0 compiler, it worked just
  31.                    fine.  I barely have time to chase down my own bugs,
  32.                    let alone Borland's <grin>, so I've went back to
  33.                    Turbo C 2.0 with v4.3a.   If anyone out there has
  34.                    any more strange lockups happen, PLEASE let me know
  35.                    (in as detailed a message as possible) what happenned
  36.                    to you.
  37.  
  38.                 o  Fixed a bug that was causing regular-expression
  39.                    searches to not work when looking inside of ZOO
  40.                    files.
  41.  
  42.                 o  Added a new "-dir" switch that tells WhereIs to also
  43.                    look at directory names when matching for filenames.
  44.                    Any directories found will display as normal, except
  45.                    the area where the filesize is normally shown will
  46.                    display "<dir>" instead.
  47.  
  48.                 o  Added a new '-gf' switch which tells WhereIs to
  49.                    "go to the directory of the first found file
  50.                    without prompting me".
  51.  
  52.                 o  Added a new '&d' replaceable parameter for use
  53.                    with the '-c' and '-o' command strings.  This
  54.                    will return the same thing as the '&p' (pathname)
  55.                    parameter, but without the trailing '\' (unless
  56.                    the path is the root directory).
  57.  
  58.                 o  Per a user's request, added a new '-PL' switch
  59.                    which changes the output display so that the path
  60.                    name is on the left of the screen.
  61.  
  62.                 o  In previous versions, if you did a "-o" or "-c"
  63.                    command string on a matching file, WhereIs wouldn't
  64.                    do some processing after that (such as verified
  65.                    delete, goto directory, etc).  WhereIs will now
  66.                    perform any of these functions specified after
  67.                    executing the specified "-c" or "-o" command.
  68.  
  69.      v4.2b      o  Fixing the "-g" bug in v4.2a caused another bug that
  70.                    caused the subdirectory change not to work.
  71.  
  72.      v4.2a      o  Fixed a bug where the "-g" option would not work if
  73.                    you tried to go to a root directory.
  74.  
  75.                 o  Added a delete safety feature which now prompts you
  76.                    to verify if you tell WhereIs to delete all files
  77.                    on any drive.   It seems that a lot of people (that,
  78.                    I might add, haven't read the documentation) download
  79.                    WhereIs and then promptly give it a command line like
  80.                    this:
  81.  
  82.                        "whereis cde: *.bak -v -n"
  83.  
  84.                    and then watch while WhereIs starts deleting every
  85.                    file on their hard drive.  Seasoned WhereIs owners,
  86.                    of course, know that the above command line actually
  87.                    gets interpreted by WhereIs as:
  88.  
  89.                        "whereis cde:*.* *.bak -v -n".
  90.  
  91.                 o  WhereIs will now correctly return ZIP member names
  92.                    to the -c"command" feature when the ZIP directory
  93.                    name includes a path.  WhereIs still strips off the
  94.                    pathname on the display screen, but will return the
  95.                    full name when used with the &M parameter.
  96.  
  97.                 o  WhereIs now opens archive files in "shared" mode.
  98.                    Earlier versions opened these files exclusively,
  99.                    which meant that you couldn't operate on archive
  100.                    files with the -c"command" feature.  Unfortunately,
  101.                    PKZIP and PKARC are the only ones that will work
  102.                    correctly; LHARC, ZOO, and ARC all open the file
  103.                    looking for exclusive access, so you'll get a
  104.                    "File share error" if you try to do something
  105.                    like this:
  106.  
  107.                          whereis *.doc -ao -lzh -c"lharc x &f &m"
  108.  
  109.                    This will fail because WhereIs already has the file
  110.                    open when it spawns off LHARC, and LHARC wants
  111.                    exclusive control of the file.
  112.  
  113.      v4.1a      o  Added the ability to execute a DOS command on any file
  114.                    matches found.
  115.  
  116.                 o  When you specify a "grep mask", WhereIs will now also
  117.                    search inside of 4DOS's description files.
  118.  
  119.      v4.0       o  Added the ability to display only duplicate filename
  120.                    entries.
  121.                 o  v4.0 marks the beginning of Shareware marketing.
  122.                 o  The program will no longer pause with the "More"
  123.                    message if WhereIs detects that the output is being
  124.                    redirected to a file or a printer.
  125.  
  126.      v3.9-3.8   o  These version numbers were skipped.
  127.  
  128.      v3.7       o  Sped up the grep searching slightly.
  129.                 o  ZIP searching now does a much better job of looking
  130.                    for "corrupted" ZIP files.
  131.  
  132.      v3.6       o  Added the "-hidden" switch which informs WHEREIS to
  133.                    include system and hidden files in the search.
  134.                 o  Added the optional WI_DRIVES environment variable to
  135.                    hopefully alleviate some of the problems that occur
  136.                    when WHEREIS is used on a Novell network.
  137.  
  138.      v3.5       o  Sped up ZIP searching by 50% due to a new method of
  139.                    locating the "central directory".
  140.                 o  Sped up "grep" searching through archives by almost 70%.
  141.                 o  Added a '-z' switch, which only displays files that have
  142.                    their "archive bit" set (ie: displays files modified
  143.                    since your last backup was made).
  144.  
  145.      v3.4       o  Added grep-type searching on filenames.
  146.                 o  Added a '-U' switch to display all output in upper
  147.                    case.
  148.                 o  Changed so that if you don't specify at least one
  149.                    filespec on the command line, the default will be "*.*".
  150.                    For example, in earlier versions you would have to say
  151.                    "whereis *.* -s".  Now you can just say "whereis -s".
  152.  
  153.      v3.3-3.2   o  Internal testing changes.
  154.  
  155.      v3.1       o  Fixed an obscure bug that would sometimes cause the
  156.                    'date range' search to display files out of the range
  157.                    if a file happened to fall on the last day of any month
  158.                    that had 31 days in it.  All date range checks are now
  159.                    done with Greenwich Mean Time for added accuracy.
  160.  
  161.      v3.0       o  Changed the default display mode to put the filename on
  162.                    the left of the screen.
  163.                 o  Added the ability to search specific ARC file formats.
  164.                 o  Added the '-AO' switch to search only archives.
  165.                 o  Added the '-F' to display filenames only.
  166.                 o  Changed the '-H' switch to start the search in the
  167.                    current directory.
  168.                 o  Added the ability to exclude filenames with the
  169.                    '-X' switch (up to 25 supported).
  170.                 o  Added the '-LT', '-EQ', and '-GT' switches for size
  171.                    range searching.
  172.                 o  Added the '-S' and '-B' switches for date range
  173.                    searching.
  174.                 o  Added the '-C' switch for searching only the PATH
  175.                    directories.
  176.                 o  Changed the '-W' switch to get the true cluster size
  177.                    for each drive searched.  Earlier versions simply
  178.                    assumed a cluster size of 2048 bytes.
  179.  
  180.      v2.9       o  Internal testing changes.
  181.  
  182.      v2.8       o  Added ZOO file searching.
  183.  
  184.      v2.7       o  Added LHARC file searching.
  185.  
  186.      v2.6       o  Internal testing changes.
  187.      v2.5
  188.  
  189.      v2.4       o  Added the "European-style" date display, per a user's
  190.                    request.
  191.                 o  Added the '-W' switch to show wasted space.
  192.                 o  Added the '-H' switch to display filenames only.
  193.                 o  Added ZIP file searching.
  194.  
  195.      v2.1-2.3   o  Internal testing changes.
  196.  
  197.      v2.0       o  Changed to the three different display formats.
  198.                 o  Enhanced Control-C checking to allow aborting at any time.
  199.                    This was not the case in prior versions if a user didn't
  200.                    have BREAK=ON specified in their AUTOEXEC.BAT file.
  201.                 o  Changed the '-G' switch to prompt the user before going
  202.                    to the found subdirectory.
  203.  
  204.      v1.9       o  Filenames are now searched for first in the current
  205.                    directory instead of searching for subdirectories first.
  206.  
  207.      v1.8       o  Added the ability to specify multiple drives and filespecs
  208.                    on the command line (ie: whereis cde:*.dat d:test.prg).
  209.                 o  Added the '-D' switch to search all drives.
  210.                 o  Added the '-E' switch to allow "*.*" use for directory
  211.                    searches.
  212.                 o  Added the '-G' switch for "goto found subdirectory".
  213.                 o  Added the '-P' switch for page breaking.
  214.                 o  Added the '-V' switch for file deletion.
  215.                 o  Added support for the WHEREIS environment variable.
  216.                 o  Added the '-I' switch to ignore the environment variable.
  217.  
  218.      v1.7-1.1   o  Internal testing changes.
  219.  
  220.      v1.0       o  Initial release.
  221.  
  222. End of Document
  223.